home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 …ember: Reference Library / Dev.CD Dec 97 RL.toast / Technical Documentation / Rhapsody_OpenStep_Docs / *Read Me
Encoding:
Text File  |  1997-10-14  |  3.2 KB  |  34 lines  |  [TEXT/ttxt]

  1. RHAPSODY DOCUMENTATION
  2.  
  3. You might notice that many of the titles and descriptions refer to OPENSTEP (or OpenStep). All OpenStep documentation applies to Rhapsody! That means you can begin developing Rhapsody applications using documentation written for OpenStep.
  4.  
  5. All the documentation listed below is also accessible online through the Rhapsody Home Pages, which mirrors the pages for accessing documentation on the Rhapsody Developer CD.
  6.  
  7. Discovering OPENSTEP: A Developer Tutorial
  8. Discovering OPENSTEP provides an introduction to OpenStep programming on Rhapsody. It guides you through the creation of three applications of increasing complexity. Along the way, it explains concepts and illustrates aspects of Objective-C, OpenStep classes, the development environment, and programming techniques. A short appendix offers a summary of object-oriented programming.
  9.  
  10. Note: This version of the tutorial contains new material, corrections of all reported bugs, and screen shots of the Rhapsody development environment. This is a preliminary document, and we are very interested in hearing any comments or reports of problems. Please send feedback to us at TechPubsFeedback@group.apple.com .
  11.  
  12. Object-Oriented Programming and the Objective-C Language
  13. An introduction to the principles of object-oriented programming in OpenStep and the official description of the Objective-C language. Objective-C is very easy to learn and use, since it adds very little syntax to the C programming language. Its dynamic nature allows you to accomplish things not possible in most other object-oriented languages. ($24.95, 172 pages, paperback)
  14.  
  15. Appkit Reference
  16. The complete reference for the classes, protocols, functions, and types of the Application Kit. The Application Kit provides the elements of a graphical user interface as well as basic application behavior.
  17.  
  18. Foundation Reference
  19. The complete reference for Foundation classes, protocols, functions, and types. Foundation is the heart of any Rhapsody application, providing basic object behavior, memory management, strings, collections, operating-system services, and object distribution and persistence.
  20.  
  21. Topics in OPENSTEP Programming
  22. Detailed discussions of the concepts behind the Foundation Kit, the architecture of the text system, and the unique services functionality that allows applications to easily share functionality.
  23.  
  24. Developer Tools and Techniques
  25. This book explains how to program in the OpenStep development environment. It covers topics such as creating and managing a project, composing a graphical user interface, and making a custom subclass.
  26.  
  27. Note: This book was originally written for the OPENSTEP Enterprise 4.2 release. Although it contains much useful information, it does not accurately reflect the Rhapsody development environment.
  28.  
  29. Developer Tools Reference
  30. Contains reference documentation for the compiler, debugger, preprocessor, assembler, and other tools used in the Rhapsody development environment.
  31.  
  32. Release Notes
  33. The release notes describe new features, known problems, bug fixes, and late-breaking information for the current Rhapsody release. Of particular interest is the Java Yellow Box APIs release note, which points to to alpha reference documentation for the Java APIs of the Application Kit and Foundation.
  34.